x86/boot: Drop 'noapic' suggestion from check_timer()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 27 Jan 2021 19:43:32 +0000 (19:43 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 28 Jan 2021 20:14:47 +0000 (20:14 +0000)
commit6ca510153350163b02809ae06e1dabad89c2c786
treeba5fd7b8288c8339915680ebfe12c5e52fb0082c
parent525cae0b9eb359774f08ceb609c333954bcb00e8
x86/boot: Drop 'noapic' suggestion from check_timer()

In practice, there is no such thing as a real 64bit system without
APICs.  (PVH style virtual environments, sure, but they don't end up here).

The suggestion to try and use noapic only makes a bad situation worse.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
xen/arch/x86/io_apic.c